home *** CD-ROM | disk | FTP | other *** search
/ The Utilities Experience / The Utilities Experience - Volume 1.iso / software / demos / a-d / amms / mbtext / english / com / edit_command < prev    next >
Encoding:
Text File  |  1995-05-06  |  5.3 KB  |  311 lines

  1. ;
  2. ;    $VER: AMMS Edit Command 2.01 [English] / 06.05.1995
  3. ;
  4. ;
  5. ;
  6.  
  7. ;
  8. ; Screen
  9. ; ------
  10. *
  11. #ZONEOFF##RESET##HOME##CLS#
  12.  Exit :{TAB 25}#FARBE 4,7#EDIT COMMAND V{VERSION}.{REVISION}#RESET#^J
  13. -------------------------------------------------------------------------------^J
  14. 1. Command word :{TAB 15}Userlevel :{TAB 7}ComAcc :^J
  15. 2. Command word :{TAB 14}Sysoplevel :{TAB 7}SysAcc :^J
  16.     Flags :{TAB 20}Batchlevel :{TAB 7}BatAcc :^J
  17. -------------------------------------------------------------------------------^J
  18. 1. Option :{TAB 25}Level :{TAB 7}OptAcc :^J
  19. 2. Option :{TAB 25}Level :{TAB 7}OptAcc :^J
  20. 3. Option :{TAB 25}Level :{TAB 7}OptAcc :^J
  21. 4. Option :{TAB 25}Level :{TAB 7}OptAcc :^J
  22. 5. Option :{TAB 25}Level :{TAB 7}OptAcc :^J
  23. 6. Option :{TAB 25}Level :{TAB 7}OptAcc :^J
  24. -------------------------------------------------------------------------------^J
  25.  Filename :^J
  26. -------------------------------------------------------------------------------^J
  27.    STATUS : OK^J
  28. -------------------------------------------------------------------------------^J
  29. Flags :   0 = This is a command for batchs^J
  30.         1-6 = Option automaticly on^J
  31.           7 = This command is a batch^J
  32.           8 = This command is resident^J
  33.   Acc : 0123456789abcdef^J
  34. Level : 0-9999
  35. *
  36. ;
  37. ; Clear screen
  38. ; ------------
  39. *
  40. #RESET##HOME##CLS#
  41. *
  42. ;
  43. ; No requester end text
  44. ; ---------------------
  45. *
  46. *
  47. ;
  48. ; Prompt: 1. command word
  49. ; -----------------------
  50. *
  51. First Command word : 
  52. *
  53. ;
  54. ; Prompt: 2. command word
  55. ; -----------------------
  56. *
  57. Second command word : 
  58. *
  59. ;
  60. ; Error: Unknown command
  61. ; ----------------------
  62. *
  63. Unknown command !^J
  64. *
  65. ;
  66. ; Error: Command in use
  67. ; ---------------------
  68. *
  69. Command in use !^J
  70. *
  71. ;
  72. ; Error: Command already exists
  73. ; -----------------------------
  74. *
  75. Command already exists^J
  76. *
  77. ;
  78. ; Error: Command is not obvious
  79. ; -----------------------------
  80. *
  81. Command is not obvious^J
  82. *
  83. ;
  84. ; Error: No command entry free
  85. ; ----------------------------
  86. *
  87. No command entry free !^J
  88. *
  89. ;
  90. ; Error: Can't save command tab
  91. ; -----------------------------
  92. *
  93. Cant't save command tab --- please inform sysop !^J
  94. *
  95. ;
  96. ; Status: Command already exists
  97. ; ------------------------------
  98. *
  99. #RESET##SETPOS 16,13#Command already exists#CB#
  100. *
  101. ;
  102. ; Status: Command is not obvious
  103. ; ------------------------------
  104. *
  105. #RESET##SETPOS 16,13#Command is not obvious#CB#
  106. *
  107. ;
  108. ; Status: Insert first word of command
  109. ; ------------------------------------
  110. *
  111. #RESET##SETPOS 16,13#Insert first word of command#CB#
  112. *
  113. ;
  114. ; Clear screen + error: No command entry free
  115. ; -------------------------------------------
  116. *
  117. #RESET##HOME##CLS#No command entry free !^J
  118. *
  119. ;
  120. ; Clear screen + error: Can't save command tab
  121. ; --------------------------------------------
  122. *
  123. #RESET##HOME##CLS#Cant't save command tab --- please inform sysop !^J
  124. *
  125. ;
  126. ; Choose: Exit without save
  127. ; -------------------------
  128. *
  129. Exit       #LEFT 7#
  130. *
  131. ;
  132. ; Choose: Save + Exit
  133. ; -------------------
  134. *
  135. Save + Exit
  136. *
  137. ;
  138. ; Position: Choose
  139. ; ----------------
  140. *
  141. #VFARBE 2##SETPOS 1,9#
  142. *
  143. ;
  144. ; Position: First command word
  145. ; ----------------------------
  146. *
  147. #VFARBE 2##SETPOS 3,19#
  148. *
  149. ;
  150. ; Position: Second command word
  151. ; -----------------------------
  152. *
  153. #VFARBE 2##SETPOS 4,19#
  154. *
  155. ;
  156. ; Position: Flags
  157. ; ---------------
  158. *
  159. #VFARBE 2##SETPOS 5,13#
  160. *
  161. ;
  162. ; Position: 1. option name
  163. ; ------------------------
  164. *
  165. #VFARBE 2##SETPOS 7,13#
  166. *
  167. ;
  168. ; Position: 2. option name
  169. ; ------------------------
  170. *
  171. #VFARBE 2##SETPOS 8,13#
  172. *
  173. ;
  174. ; Position: 3. option name
  175. ; ------------------------
  176. *
  177. #VFARBE 2##SETPOS 9,13#
  178. *
  179. ;
  180. ; Position: 4. option name
  181. ; ------------------------
  182. *
  183. #VFARBE 2##SETPOS 10,13#
  184. *
  185. ;
  186. ; Position: 5. option name
  187. ; ------------------------
  188. *
  189. #VFARBE 2##SETPOS 11,13#
  190. *
  191. ;
  192. ; Position: 6. option name
  193. ; ------------------------
  194. *
  195. #VFARBE 2##SETPOS 12,13#
  196. *
  197. ;
  198. ; Position: Filename
  199. ; ------------------
  200. *
  201. #VFARBE 2##SETPOS 14,13#
  202. *
  203. ;
  204. ; Position: Userlevel
  205. ; -------------------
  206. *
  207. #VFARBE 2##SETPOS 3,45#
  208. *
  209. ;
  210. ; Position: Sysoplevel
  211. ; --------------------
  212. *
  213. #VFARBE 2##SETPOS 4,45#
  214. *
  215. ;
  216. ; Position: Batchlevel
  217. ; --------------------
  218. *
  219. #VFARBE 2##SETPOS 5,45#
  220. *
  221. ;
  222. ; Position: 1. option level
  223. ; -------------------------
  224. *
  225. #VFARBE 2##SETPOS 7,45#
  226. *
  227. ;
  228. ; Position: 2. option level
  229. ; -------------------------
  230. *
  231. #VFARBE 2##SETPOS 8,45#
  232. *
  233. ;
  234. ; Position: 3. option level
  235. ; -------------------------
  236. *
  237. #VFARBE 2##SETPOS 9,45#
  238. *
  239. ;
  240. ; Position: 4. option level
  241. ; -------------------------
  242. *
  243. #VFARBE 2##SETPOS 10,45#
  244. *
  245. ;
  246. ; Position: 5. option level
  247. ; -------------------------
  248. *
  249. #VFARBE 2##SETPOS 11,45#
  250. *
  251. ;
  252. ; Position: 6. option level
  253. ; -------------------------
  254. *
  255. #VFARBE 2##SETPOS 12,45#
  256. *
  257. ;
  258. ; Position: User access bits
  259. ; --------------------------
  260. *
  261. #VFARBE 2##SETPOS 3,60#
  262. *
  263. ;
  264. ; Position: Sysop access bits
  265. ; ---------------------------
  266. *
  267. #VFARBE 2##SETPOS 4,60#
  268. *
  269. ;
  270. ; Position: Batch access bits
  271. ; ---------------------------
  272. *
  273. #VFARBE 2##SETPOS 5,60#
  274. *
  275. ;
  276. ; Position: 1. Options access bits
  277. ; --------------------------------
  278. *
  279. #VFARBE 2##SETPOS 7,60#
  280. *
  281. ;
  282. ; Position: 2. Options access bits
  283. ; --------------------------------
  284. *
  285. #VFARBE 2##SETPOS 8,60#
  286. *
  287. ;
  288. ; Position: 3. Options access bits
  289. ; --------------------------------
  290. *
  291. #VFARBE 2##SETPOS 9,60#
  292. *
  293. ;
  294. ; Position: 4. Options access bits
  295. ; --------------------------------
  296. *
  297. #VFARBE 2##SETPOS 10,60#
  298. *
  299. ;
  300. ; Position: 5. Options access bits
  301. ; --------------------------------
  302. *
  303. #VFARBE 2##SETPOS 11,60#
  304. *
  305. ;
  306. ; Position: 6. Options access bits
  307. ; --------------------------------
  308. *
  309. #VFARBE 2##SETPOS 12,60#
  310. *
  311.